projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5078a32
)
(describe-current-coding-system): Use `mapc' rather than `mapcar'.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:19:29 +0000
(
00:19
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:19:29 +0000
(
00:19
+0000)
lisp/international/mule-diag.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-diag.el
b/lisp/international/mule-diag.el
index 21b0b3485f15e1af2b4cb33e4e2e4f23f34f916a..df01247cd013a8f97be38740512f12e888bb122e 100644
(file)
--- a/
lisp/international/mule-diag.el
+++ b/
lisp/international/mule-diag.el
@@
-839,7
+839,7
@@
Priority order for recognizing coding systems when reading files:\n")
coding-system codings)
(while categories
(setq coding-system (symbol-value (car categories)))
- (mapc
ar
+ (mapc
(lambda (x)
(if (and (not (eq x coding-system))
(coding-system-get x 'no-initial-designation)